func reflect.arrayAt
10 uses
reflect (current package)
swapper.go#L73: val1 := arrayAt(s.Data, i, size, "i < s.Len")
swapper.go#L74: val2 := arrayAt(s.Data, j, size, "j < s.Len")
type.go#L2757: pi := arrayAt(p, i, esize, "i < length")
type.go#L2758: qi := arrayAt(q, i, esize, "i < length")
value.go#L1428: val := arrayAt(s.Data, i, typ.Size(), "i < s.Len")
value.go#L1437: p := arrayAt(s.Data, i, 1, "i < s.Len")
value.go#L2356: t = unsafeheader.String{Data: arrayAt(s.Data, i, 1, "i < s.Len"), Len: j - i}
value.go#L2373: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < cap")
value.go#L2425: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < k <= cap")
value.go#L2720: func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |